home *** CD-ROM | disk | FTP | other *** search
- -- card: 2838 from stack: in
- -- bmap block id: 3134
- -- flags: 4000
- -- background id: 2675
- -- name: Begin Demo
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=105 top=310 right=336 bottom=221
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Begin Demo
- ----- HyperTalk script -----
- on mouseUp
- set cursor to none
- hide menubar
- visual effect dissolve slow
- go to card 2
- wait 5 seconds
- visual effect dissolve fast
- go to card 3
- repeat with n = 1 to 47
- wait 15 ticks
- go to next card
- end repeat
-
- repeat with x = 1 to 29
- visual effect dissolve slow
- wait 7 seconds
- go to next card
- end repeat
- end mouseUp
-
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=306 top=309 right=335 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Quit Demo
- ----- HyperTalk script -----
- on mouseUp
- doMenu Quit HyperCard
- end mouseUp
-
-